l114/post and get2/post en get.php

<?php $gebruikersnaam = $_GET["gebruikersnaam"]; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <form method="GET" action="pag2.php"> <input type="text" name="gebruikersnaam" placeholder="vul je gebruikersnaam in"> <br> <input type="text" name="wachtwoord" placeholder="Vul je wachtwoord in ;)"> <br> <input type="submit"> </form> </body> </html>

Resultaat

Made by Thijs Aarnoudse